home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
cyber.net interactivo 1997 April
/
inter@ivo 1997-04.iso
/
cybint15
/
bin
/
ip.dxr
/
00017.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-04-01
|
295 b
|
19 lines
on exitFrame
global act
if act = 0 then
if rollOver(2) then
cursor([901, 902])
else
HotSpots(40, 43)
end if
end if
if act = 1 then
if rollOver(45) or rollOver(46) then
cursor([901, 902])
else
cursor(-1)
end if
Loopframe()
end if
end